openlist: Update to 4.1.0
authorTianling Shen <[email protected]>
Tue, 5 Aug 2025 06:50:04 +0000 (14:50 +0800)
committerTianling Shen <[email protected]>
Tue, 5 Aug 2025 06:50:04 +0000 (14:50 +0800)
Release note: https://github.com/OpenListTeam/OpenList/releases/tag/v4.1.0

Signed-off-by: Tianling Shen <[email protected]>
net/openlist/Makefile

index d1c4aa7e62b8272db9645244f326eb2c09eab318..49ee8cc5eb4e75b54a811674d081e17b9d67fa69 100644 (file)
@@ -5,12 +5,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openlist
-PKG_VERSION:=4.0.9
-PKG_RELEASE:=2
+PKG_VERSION:=4.1.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/OpenListTeam/OpenList/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=39034d543488ece70e7aa589201da4c9dd6d8cc3383c1e141022484323f96698
+PKG_HASH:=cdaf91413fe07b3d8155f644237a839dac09f084e812b25c76effca7dfc1d3f2
 PKG_BUILD_DIR:=$(BUILD_DIR)/OpenList-$(PKG_VERSION)
 
 PKG_LICENSE:=AGPL-3.0-only
@@ -51,13 +51,13 @@ define Package/openlist/conffiles
 /etc/config/openlist
 endef
 
-WEB_VERSION:=4.0.9
+WEB_VERSION:=4.1.0
 WEB_FILE:=$(PKG_NAME)-frontend-dist-v$(WEB_VERSION).tar.gz
 define Download/openlist-web
        URL:=https://github.com/OpenListTeam/OpenList-Frontend/releases/download/v$(WEB_VERSION)/
        URL_FILE:=$(WEB_FILE)
        FILE:=$(WEB_FILE)
-       HASH:=08775533f6ab7b29c0265fd3ed9a554861df58df9f0d391992ae727e349200f1
+       HASH:=ddaeb76aad74a858358de9a1e0d1aff93651605859813b0891b9f4f431d1a87f
 endef
 
 define Build/Prepare